Remove an unused field
authorMatthias Clasen <mclasen@redhat.com>
Fri, 19 Jun 2015 02:40:49 +0000 (22:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 19 Jun 2015 02:40:49 +0000 (22:40 -0400)
gtk/gtksearchengine.h

index 39a9fb6649b8ef6a1340a9210bd2ac9b12320fc7..4d74c1a4a02b972eabbe8c886255e755aecc89bd 100644 (file)
@@ -37,12 +37,10 @@ G_BEGIN_DECLS
 typedef struct _GtkSearchEngine GtkSearchEngine;
 typedef struct _GtkSearchEngineClass GtkSearchEngineClass;
 typedef struct _GtkSearchEnginePrivate GtkSearchEnginePrivate;
-
 typedef struct _GtkSearchHit GtkSearchHit;
 
 struct _GtkSearchHit
 {
-  gint ref_count;
   gchar *uri;
   GFileInfo *info; /* may be NULL */
 };